home *** CD-ROM | disk | FTP | other *** search
/ Your Choice 3 / Your Choice Software Collection 3.iso / doom / progs / dview200 / doomview.doc < prev    next >
Text File  |  1994-08-08  |  8KB  |  200 lines

  1.             Mr. Skibone (but you can call me DJ SKI) presents
  2.                                DoomView 2.0
  3.                   (formerly DoomEdit(formerly DoomView))
  4.  
  5.                  August 8th, 1994 (and everything after)
  6.  
  7.  
  8. I love writing doc files about as much as I like documenting my own code,
  9. so this little doc file ain't pretty but I'm putting in some little tidbits
  10. of information that may be useful.
  11.  
  12. The program itself it pretty self-explanatory, so I'm not going to take up
  13. five pages writing long-winded explanations of the subtle uses of the up
  14. and down arrow keys.
  15.  
  16. But here is a thing or two you may find interesting:
  17.  
  18.  
  19. *************************
  20. ** Running the program **
  21. *************************
  22.  
  23. DoomView 2.0 is a program that will let you take any Doom WAD or PWAD,
  24. registered or shareware (sorry, couldn't find a way to make it exclude the
  25. shareware WADs), view any of the graphics and export them to BMP.  Just
  26. type 
  27.  
  28. DVIEW200 <wadfilename>
  29.  
  30. where <wadfilename> is the name of the WAD you'd like to view.  Got that?
  31. Really confusing, right?  Well, to make this doc file real
  32. professional-like, here's an example:
  33.  
  34. DVIEW200 SKIBONE.WAD
  35.  
  36. That will allow you to view all of the graphics in SKIBONE.WAD
  37. If you just type DVIEW200, it will default to DOOM.WAD.
  38.  
  39. This program will work on any current or future(??) version: .99, 1.1, 1.2,
  40. any of the betas, even the SGI and NeXT WADs.
  41.  
  42. The program assumes you are trying to view a Doom WAD file.  If you try to
  43. be cute and use this on a spreadsheet or something else, well.....it's your
  44. hard drive.  Nothing will be damaged but a reboot will probably be in order.
  45.  
  46. If you use this on a PWAD that doesn't have any graphics, the program will
  47. gracefully boot you out without a wimper (or an explanation).
  48.  
  49.  
  50. This archive should include:
  51. DVIEW200.EXE - The main executable
  52. COLOR.PAL    - Palette file
  53. FILE_ID.DIZ  - For lazy sysops
  54. DOOMVIEW.DOC - This fascinating piece of literature
  55. DOOMINFO.REV - Revision History of DoomView (A horrible glimpse into the
  56.                mind of a DOOMented DJ)
  57.  
  58. (COLOR.PAL ain't incorporated into the main EXE because I'm lazy and I want
  59. to release this - look for that nifty feature and lots more in DoomView 3.0
  60. (or 2.1 if there's....(GASP!)....bugs!))
  61.  
  62.  
  63. *******************
  64. ** Program Start **
  65. *******************
  66.  
  67. When the program starts, it searches through the WAD file looking for any
  68. picture files.  If you use a huge WAD like the registered Doom WAD itself,
  69. your hard drive will become quite active.  Don't worry, that's just the
  70. nature of the program.  I know I hate it when some program access my hard
  71. drive constantly for more than five seconds - I get paranoid.
  72. "Aaaauuughhh, it's a virus!!" No, no, no.  It just has to load a little bit
  73. of every WAD entry first to determine if it's a picture.  In the registered
  74. Doom WAD, there are over 2000 entires, so it obviously takes a while.
  75. Maybe even up to one minute on a slow 386.
  76.  
  77.  
  78.  
  79.  
  80. *************
  81. ** End key **
  82. *************
  83.  
  84. On a registered DOOM.WAD, when you are in graphics mode and hit the end
  85. key, the screen will not show the last picture.  That's not a bug, it's a
  86. feature!  ;)
  87. Actually, you are on F2_END and F_END which are not pictures, they're just
  88. blank markers.  Hit the up arrow key twice and the floor pictures will start
  89. displaying.
  90.  
  91.  
  92. **************************
  93. ** T - Toggle 5x3 tiles **
  94. **************************
  95.  
  96. What can I say?  It was easy.  It looks cool.  Nuff said.
  97.  
  98.  
  99.  
  100. ****************************
  101. ** Export current picture **
  102. ****************************
  103.  
  104. "Oooo, a cute little bunny rabbit.  I'd like to snatch this picture and use
  105. it with my cornball screen saver!"
  106.  
  107. No problem.  While viewing a picture, hitting X (for Xport? ;) ), will
  108. export the current picture to a BMP file.
  109.  
  110.  
  111.  
  112. ****************
  113. ** Export All **
  114. ****************
  115.  
  116. The F8 key will start "Export All".  It will first make sure you actually
  117. want to do this - hit "Y" to continue, and then it will start.  During
  118. exporting, hit any key to cancel this gigantic task.
  119.  
  120. The Export All command will go through EVERY picture in the WAD file and
  121. export it to BMP.  That may be fairly harmless on a PWAD, but that's (if I
  122. remember correctly) 1597 pictures on registered Doom v1.1 or 1567 on
  123. registered Doom v1.2 (the status bar was changed from multiple pictures to
  124. one and a few other changes I can't recall at the moment).  The program
  125. wisely skips over blank entries like P_START, P_END, etc.  When the
  126. exporting is done, it will return you to the first picture (the first Help
  127. screen on a registered DOOM.WAD).  It will take about 3 minutes on a 486/66
  128. and will amount to over 9 megabytes of BMP files on your hard drive.  Now
  129. you're probably thinking - "9 megabytes just for the pictures?  That's
  130. almost as big as the DOOM.WAD itself!  Why so big?" Well, the DOOM.WAD only
  131. needs the palette data once.  The palette is included in every BMP
  132. exported.  That plus some additional BMP info accounts for 1078 bytes per
  133. file.  1078 bytes times 1600 files equals over 1.6 of basically redundant
  134. data.  But don't blame me - you're the one who hit the F8 key!  :) 
  135.  
  136. Why the F8 key, you ask??  I just wanted to make something you probably
  137. wouldn't hit by accident.  Even though it still asks you if you want to
  138. proceed, I wanted to add that extra layer of protection.  Actually, it's
  139. three layers of protection, since you can cancel the "Export All" at any
  140. time while it's running.
  141.  
  142.  
  143.  
  144. ******************
  145. ** Registration **
  146. ******************
  147.  
  148. This program is MAIL-ME-WARE.  If you like it, drop a line to
  149. skibone@ripco.com
  150. and lavish me with praise.  Mail me an Internet tip (I'm an
  151. InterKnucklehead.) Mail me some wild and wooly FTP site information.  Mail
  152. me a recommendation for BBS software.  Or tell me my program is as
  153. worthless as a Microsoft operating system.
  154. HEY!  Even better - get up close and personal.  Feed Ma Bell's pockets and
  155. call Bitstream of the Eschaton - where a line is always open and a slow
  156. system means I'm playing Doom (so don't bug me!  ;)  )
  157.  
  158.  
  159. ******************
  160. ** Program bugs **
  161. ******************
  162.  
  163. NONE!  Never!  NO! NO! NO! NO!
  164. But if this program crashes (chokes on your WAD??), give the Bitstream a
  165. call and tell me what happened and the WAD file you were viewing at the
  166. time.  Go ahead and upload the offending WAD if I don't have it already.
  167. HA!  The Bitstream of the Eschaton has eeeeeeeeevery Doom WAD file and
  168. add-on!  Silly me!
  169. Or send me e-mail cursing me out in five different languages to:
  170.  
  171. skibone@ripco.com
  172.  
  173. Yah-hey!  Da information superhighway!
  174.  
  175.  
  176.  
  177. ******************
  178. ** And then.... **
  179. ******************
  180.  
  181. Yikes, this little doc file got big.  Well, most people stopped reading
  182. about 140 lines ago, but if you've got that kind of extra-strength
  183. attention span then do the 100-meter mosey on down to....
  184.  
  185.  
  186. ╔═══════════════════════════════════════════════════════════════╗
  187. ║                   Bitstream of the Eschaton                   ║
  188. ║                        Sysop : DJ SKI                         ║
  189. ║            (708)705-7749 - Hayes OPTIMA 28800 v.FC            ║
  190. ║            (708)705-7741 - USR 28800 v.Everything             ║
  191. ╠═══════════════════════════════════════════════════════════════╣
  192. ║   *********************************************************   ║
  193. ║   *   Your main source for Doom WAD files and utilities   *   ║
  194. ║   *********************************************************   ║
  195. ║                                                               ║
  196. ║                   Demos - Games - OS/2 files                  ║
  197. ║                                                               ║
  198. ╚═══════════════════════════════════════════════════════════════╝
  199.  
  200.